Actor model in Go
https://blog.ytake.jp.net/entry/2024/02/10/225128
Go
による
Actor model
の実装は複数ある
https://github.com/asynkron/protoactor-go
https://github.com/ergo-services/ergo
goroutineとの違い
goroutine
は似ているが、1978年の
CSP
をベースにしているので問題解決の範囲が違う